Delete Campaign
AutomatR.TFMailchimp.Activities.DeleteCampaign
The "Delete Campaign" activity in AutomatR is part of the Mailchimp Campaign activities package, allowing users to delete a specified campaign from their Mailchimp account.
Properties
Name | Description |
---|---|
Input | |
Audience Name | Specifies the name of the audience to which the campaign belongs. String variables containing the audience name. |
Campaign Name | Specifies the name or ID of the campaign to be deleted. String variables containing the campaign name or ID. |
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Delete Campaign" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1. |
How to use:
- Drag and drop the "Delete Campaign" activity onto the workflow.
- Configure the properties by specifying the audience name and campaign name or ID to be deleted.
- Optionally, configure the delay property.
- Execute the workflow to delete the specified campaign from the Mailchimp account.
Example: Consider an example where the "Delete Campaign" activity is used to delete a campaign named "SummerSale" from the audience named "Subscribers":
Delete Campaign:
Audience Name: "Subscribers"
Campaign Name: "SummerSale"
Delay: 2
In this example, the activity deletes the "SummerSale" campaign from the "Subscribers" audience in the Mailchimp account. No output variable is generated for this activity.